ft1.1.2: 2022-05-28 22:30:35 webdriver.py | INFO | 📖 http://localhost:8080/login
2022-05-28 22:30:37 webdriver.py | INFO | ✅ Find 2 element: xpath=//input[@type='text'] -> input 'yangjing'.
2022-05-28 22:30:38 webdriver.py | INFO | ✅ Find 1 element: xpath=//input[@type='password'] -> input '123abc'.
2022-05-28 22:30:39 webdriver.py | INFO | ✅ Find 1 element: xpath=//div[@id='app']/div/div[5]/div/form/div[3]/div/div/div/input -> input '9999'.
2022-05-28 22:30:40 webdriver.py | INFO | ✅ Find 3 element: xpath=//button[@type='button'] -> click.
2022-05-28 22:30:42 webdriver.py | INFO | ✅ Find 1 element: link text=软件学院官网 -> click.
2022-05-28 22:30:43 webdriver.py | INFO | 📷️ screenshot -> HTML report.
2022-05-28 22:30:45 webdriver.py | INFO | ✅ switch to the 1 window.
2022-05-28 22:30:56 case.py | WARNING | ❌ assert fail: 同济大学软件学院.
Traceback (most recent call last):
File "d:\MyGitHub\VisualTBMAnalysis\TestingCode\Unit_Test\test_dir\test_link.py", line 32, in test_text_link
self.assertTitle("同济大学软件学院")
File "C:\Python\Python310\lib\site-packages\seldom\case.py", line 81, in assertTitle
self.assertEqual(title, Seldom.driver.title, msg=msg)
AssertionError: '同济大学软件学院' != '珠三角水资源配置可视化'
- 同济大学软件学院
+ 珠三角水资源配置可视化